//==============================================================================
// fortress_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}
//==============================================================================
define VINEA
{
   set hotspot
   {
      version
      {
         Visual Building VineA
      }
   }  
}

//==============================================================================
define VINEB
{
   set hotspot
   {
      version
      {
         Visual Building VineB
      }
   }  
}

//==============================================================================
define CypressA
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressA
      }
   }  
}


//==============================================================================
define CypressB
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressB
      }
   }  
}

//==============================================================================
define Oil
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Oil 
      }
   }  
}


//==============================================================================
anim idle
{
   SetSelector
   {
      SetSelector
		{
			ConstructionLogic 0 50
			set hotspot
			{
				version
				{
					Visual building g stronghold
					connect Leftfoot Cypressa hotspot
					connect Rightfoot Cypressa hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction Large A
					connect attachpoint G_Long_Brick hotspot
					connect face G_Long_Brick hotspot
					connect chin G_Medium_Brick hotspot
					connect leftfoot G_Medium_Brick hotspot
					connect lefthand G_Small_Brick hotspot
					connect leftleg G_Small_Brick hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction Large B
					connect attachpoint G_Long_Brick hotspot
					connect face G_Long_Brick hotspot
					connect chin G_Medium_Brick hotspot
					connect leftfoot G_Medium_Brick hotspot
					connect lefthand G_Small_Brick hotspot
					connect leftleg G_Small_Brick hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building G FortressConstruction
					connect attachpoint G_Long_Brick hotspot
					connect face G_Long_Brick hotspot
					connect chin G_Medium_Brick hotspot
					connect leftfoot G_Medium_Brick hotspot
					connect lefthand G_Small_Brick hotspot
					connect leftleg G_Small_Brick hotspot
				}
			}
		}
	}
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      SetSelector
		{
			set hotspot
			{
				version
				{
					Visual building g stronghold
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.30 false Arrow checkVisible 
//-- end auto generated section
					connect Leftfoot Cypressa hotspot
					connect Rightfoot Cypressa hotspot
					Length 0.5  
				}
			}
		}
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      SetSelector
		{
			set hotspot
			{
				version
				{
					Visual building g stronghold
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
//-- end auto generated section
					connect Leftfoot Cypresstwo hotspot
					connect Rightfoot Cypresstwo hotspot
					connect face oil hotspot
					connect neck oil hotspot
					connect leftear oil hotspot
					connect leftforearm oil hotspot
					connect leftthigh oil hotspot
					connect chin oil hotspot
					connect pelvis oil hotspot
					connect rightear oil hotspot
					connect rightforearm oil hotspot
					connect rightshoulder oil hotspot
					connect rightthigh oil hotspot
					connect Leftfoot Cypressa hotspot
					connect Rightfoot Cypressa hotspot
					Length 0.5  
				}
			}
		}
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      SetSelector
		{
			ConstructionLogic 0 50
			set hotspot
			{
				version
				{
					Visual building g stronghold
               connect Smoke0 Dust hotspot
					connect Smoke1 Dust hotspot
					connect Smoke2 Dust hotspot
					connect Smoke3 Dust hotspot
					connect Smoke4 Dust hotspot
					connect Smoke5 Dust hotspot
					connect Smoke6 Dust hotspot
					connect Smoke7 Dust hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction Large A
					connect attachpoint G_Long_Brick hotspot
					connect face G_Long_Brick hotspot
					connect chin G_Medium_Brick hotspot
					connect leftfoot G_Medium_Brick hotspot
					connect lefthand G_Small_Brick hotspot
					connect leftleg G_Small_Brick hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction Large B
					connect attachpoint G_Long_Brick hotspot
					connect face G_Long_Brick hotspot
					connect chin G_Medium_Brick hotspot
					connect leftfoot G_Medium_Brick hotspot
					connect lefthand G_Small_Brick hotspot
					connect leftleg G_Small_Brick hotspot
				}
			}
		}
	}
}
